home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Hyper / G / GROUP1.cpt / GROUP1 Folder / Group 1 Analysis / card_13805.txt < prev    next >
Encoding:
Text File  |  1991-08-08  |  1.7 KB  |  84 lines

  1. -- card: 13805 from stack: in
  2. -- bmap block id: 14173
  3. -- flags: 0000
  4. -- background id: 5931
  5. -- name: results1
  6. ----- HyperTalk script -----
  7. on returnKey
  8.   go to card "results"
  9. end returnKey
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=0 top=0 right=342 bottom=512
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=88 top=200 right=250 bottom=472
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: New Button
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   answer "Go Home?" with "Yes" or "Cancel"
  42.   if it is "yes" then go home
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 4 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=88 top=146 right=196 bottom=472
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: New Button
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   answer "Go Back to Re-Test Unknown?" with "Yes" or "Cancel"
  62.   if it is "yes" then go card "begin Random"
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 5 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=88 top=90 right=140 bottom=472
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: New Button
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   go to card "results"
  82. end mouseUp
  83.  
  84.